inspector: Add measure graph
authorBenjamin Otte <otte@redhat.com>
Thu, 16 Dec 2021 17:05:31 +0000 (18:05 +0100)
committerBenjamin Otte <otte@redhat.com>
Thu, 16 Dec 2021 18:36:54 +0000 (19:36 +0100)
commit66c74d60913230eb77e3773625f90d7394a27215
tree440804ab081fe3913f20728c78b3a8416c9763ab
parenta43ba245e2bdaf2d4484de52716e4409f92c9d04
inspector: Add measure graph

Generates a graph visualizing calls to gtk_widget_measure().

Generation of the graph can be slow - like when it forces Pango to wrap
a huge label 1000s of times.

You can dnd the graph to look at it closer or to impress people in
gitlab issues.
gtk/inspector/init.c
gtk/inspector/measuregraph.c [new file with mode: 0644]
gtk/inspector/measuregraph.h [new file with mode: 0644]
gtk/inspector/meson.build
gtk/inspector/misc-info.c
gtk/inspector/misc-info.ui